The main problem I ran into is that 2to3.py is implemented as a python script, and there's no way to specify a search folder for scripts.

It's not elegant, but this works:

>> python "C:\ Program Files (x86)\Python\Tools\scripts\2to3.py" -w file_to_be_convert.py

Repeat it on every file that needs to be converted.